Auto merge of #1776 - alexcrichton:no-entry-found-for-key-again, r=brson
authorbors <bors@rust-lang.org>
Tue, 7 Jul 2015 01:36:44 +0000 (01:36 +0000)
committerbors <bors@rust-lang.org>
Tue, 7 Jul 2015 01:36:44 +0000 (01:36 +0000)
Previously a Target was not considered to be in the key of the map to build
script dependencies, but this meant that information like whether it was a
dev-dependency was lost. As a result libraries would depend on the build scripts
of their dev-dependencies, causing an internal error when the build script
hadn't finished yet when the library was being built.

Closes #1751

1  2 
tests/test_cargo_test.rs

Simple merge